vendor/golang.org/x/text/transform.chain.errStart (field)
8 uses
	vendor/golang.org/x/text/transform (current package)
		transform.go#L351: 	errStart int
		transform.go#L355: 	if i := errIndex + 1; i > c.errStart {
		transform.go#L356: 		c.errStart = i
		transform.go#L420: 	for low, i, high := c.errStart, c.errStart, len(c.link)-2; low <= i && i <= high; {
		transform.go#L487: 	if c.errStart > 0 {
		transform.go#L488: 		for i := 1; i < c.errStart; i++ {
		transform.go#L491: 		err, c.errStart, c.err = c.err, 0, nil
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |